home *** CD-ROM | disk | FTP | other *** search
/ Champak 142 / Volume 142 Oct 17 2011 - Damaged.iso / Games / parasite-x.swf / scripts / frame_22 / PlaceObject3_70_9 / CLIPACTIONRECORD onClipEvent(enterFrame)_2.as next >
Text File  |  2011-10-17  |  130b  |  8 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.hurt > 0)
  3.    {
  4.       shakex = random(45) - 25;
  5.       shakey = random(45) - 25;
  6.    }
  7. }
  8.